home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q101 / 5 / 00.TXT next >
Text File  |  1993-08-30  |  2KB  |  50 lines

  1. DOCUMENT:Q101500  19-JUL-1993  [W_NT]
  2. TITLE   :INF: Using Third-Party Disk Management Utilities in Windows NT
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. --------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system, version 3.1
  12.  - Microsoft Windows NT Advanced Server, version 3.1
  13. --------------------------------------------------------------------
  14.  
  15. Most MS-DOS-based disk management utilities directly access the hard
  16. disk by calling MS-DOS Interrupt 13, Interrupt 25, and Interrupt 26.
  17. The disk I/O model in Windows NT prevents direct access to the hard
  18. disk; an application must call a trusted device driver for access.
  19. This prevents an application from compromising the integrity any
  20. robustness of the operating system.
  21.  
  22. Some utilities may continue to work, at least in part. For example,
  23. the Xtree disk management utility has two modes: one that writes
  24. directly to the disk and another that uses the regular MS-DOS file
  25. access functions. The latter mode works correctly in Windows NT.
  26.  
  27. If an application attempts to directly access the disk, the MS-DOS
  28. subsystem displays a message stating that an application attempted to
  29. issue an illegal call. You then have the option to terminate the
  30. application or to ignore the call.
  31.  
  32. Additional reference words: 3.10
  33. KBCategory:
  34. KBSubcategory: 16AP MDOS
  35.  
  36. =============================================================================
  37.  
  38. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  39. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  40. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  41. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  42. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  43. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  44. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  45. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  46. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  47. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  48. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  49.  
  50. Copyright Microsoft Corporation 1993.